home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / frame_367 / DoAction.as
Text File  |  2006-01-17  |  167b  |  8 lines

  1. vRotadreh = 4.7368421052631575;
  2. setProperty("/rad", _rotation, getProperty(rad, _rotation) + vRotadreh);
  3. vRota += vRotadreh;
  4. if(vRota >= 360)
  5. {
  6.    vRota = 0;
  7. }
  8.